Skip to content

test(maestro): size the resume wait for the observed propagation tail - #693

Open
Sarath1018 wants to merge 1 commit into
mainfrom
sarath/case-pause-resume-window
Open

test(maestro): size the resume wait for the observed propagation tail#693
Sarath1018 wants to merge 1 commit into
mainfrom
sarath/case-pause-resume-window

Conversation

@Sarath1018

Copy link
Copy Markdown
Collaborator

The pause/resume test asserts the resume call was accepted, then waits for the instance to report Running again. That Paused→Running propagation typically completes in ~5s but has been observed to exceed the previous 20s wait under tenant load, flaking the test on a transition that was already in flight. The wait is now sized for the observed tail (60s); the poll exits as soon as Running is reached, so healthy runs are unaffected.

Verified green in both init modes.

🤖 Generated with Claude Code

The pause/resume test asserts resume was accepted, then waits for the instance
to report Running again. That Paused->Running propagation typically lands in
~5s but has been observed to exceed the previous 20s window under tenant load,
failing the test on a transition that was already in flight. Widen the wait to
60s (poll exits as soon as Running is reached, so healthy runs are unaffected).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@Sarath1018
Sarath1018 requested a review from a team August 26, 2026 07:15
@claude

claude Bot commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

✅ No issues found. Checked for bugs and CLAUDE.md compliance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant